body{
  background-color: rgb(21, 10, 48);
  overflow:hidden;
  padding-top: 0px; /* Removed padding to bring navbar all the way up */
  min-height: 100vh; /* Ensure body takes full viewport height */
}
* {
  box-sizing: border-box;
}
.column {
  position: absolute;
  margin-left: 10%;
  bottom: 0;
  transform: translateX(-50%);
  height: max-content;
  width: 00px;
  mix-blend-mode: difference;
  -webbkit-mix-blend-mode: difference;
  filter: invert(1);
  z-index: 1000; /* Bring skills text to the front */

}

h1 {
  color:rgb(255, 145, 0);
  font-family: "Climate Crisis", system-ui;
  font-size: 8rem;
  font-weight: 400;
  outline-color: antiquewhite;

}
html {
  font-size: 100%;
}

.orbit {
  background: rgb(21, 10, 48);
  position: absolute;
  top: 50vh; /* Position at 50% of viewport height */
  left: 50%;
  transform: translateX(-50%);
  margin-top: -300px; /* Increased negative margin to bring circles up more */

}

.orbit-icon {
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  font-size: 1.8em;
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orbit-icon img {
  width: 1.2em;
  height: 1.2em;
  object-fit: contain;
}

.orbit-wrap {
  height: 30em; /* Reduced from 40em */
  list-style: none;
  font-size: 1.3em;
}
.orbit-wrap > li {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.orbit-wrap > li:hover ul {
  border-width: 2px;
  border-color: #fff;
}
.orbit-wrap > li:hover ~ li ul {
  border-color: rgba(255, 255, 255, 0.2);
}
.orbit-wrap > li:hover ~ li ul li {
  opacity: 0.4;
}

ul[class^=ring] {
  transition: all 300ms ease-in-out;
}
ul[class^=ring] li {
  transition: all 300ms ease-in-out;
}

.ring-0 {
  width: 43em;
  height: 43em;
  -webkit-animation: clockwiseRotate 35s linear infinite;
          animation: clockwiseRotate 35s linear infinite;
}
.ring-0 i {
  -webkit-animation: counterClockwiseRotate 35s linear infinite;
          animation: counterClockwiseRotate 35s linear infinite;
}

.ring-0 > *:nth-of-type(1) {
  transform: rotate(95deg) translate(19.5em) rotate(-95deg);
}

.ring-0 > *:nth-of-type(2) {
  transform: rotate(190deg) translate(19.5em) rotate(-190deg);
}

.ring-0 > *:nth-of-type(3) {
  transform: rotate(285deg) translate(19.5em) rotate(-285deg);
}

.ring-0 > *:nth-of-type(4) {
  transform: rotate(380deg) translate(19.5em) rotate(-380deg);
}

.ring-1 {
  width: 25em; /* Reduced from 33em */
  height: 25em; /* Reduced from 33em */
  -webkit-animation: clockwiseRotate 30s linear infinite;
          animation: clockwiseRotate 30s linear infinite;
}
.ring-1 i {
  -webkit-animation: counterClockwiseRotate 30s linear infinite;
          animation: counterClockwiseRotate 30s linear infinite;
}

.ring-1 > *:nth-of-type(1) {
  transform: rotate(100deg) translate(12.3em) rotate(-100deg); /* Adjusted from 16.3em */
}

.ring-1 > *:nth-of-type(2) {
  transform: rotate(253.3333333333deg) translate(12.9em) rotate(-253.3333333333deg); /* Adjusted from 16.9em */
}

.ring-1 > *:nth-of-type(3) {
  transform: rotate(380deg) translate(11.9em) rotate(-380deg); /* Adjusted from 15.9em */
}

.ring-2 {
  width: 17em; /* Reduced from 23em */
  height: 17em; /* Reduced from 23em */
  -webkit-animation: clockwiseRotate 25s linear infinite;
          animation: clockwiseRotate 25s linear infinite;
}
.ring-2 i {
  -webkit-animation: counterClockwiseRotate 25s linear infinite;
          animation: counterClockwiseRotate 25s linear infinite;
}

.ring-2 > *:nth-of-type(1) {
  transform: rotate(47.5deg) translate(7.7em) rotate(-47.5deg); /* Average of 8.7em and 6.7em */
}

.ring-2 > *:nth-of-type(2) {
  transform: rotate(95deg) translate(8em) rotate(-95deg); /* Average of 9em and 7em */
}

.ring-2 > *:nth-of-type(3) {
  transform: rotate(142.5deg) translate(9em) rotate(-142.5deg); /* Average of 10em and 8em */
}

.ring-2 > *:nth-of-type(4) {
  transform: rotate(190deg) translate(9em) rotate(-190deg); /* Average of 10em and 8em */
}

.ring-2 > *:nth-of-type(5) {
  transform: rotate(237.5deg) translate(9em) rotate(-237.5deg); /* Average of 10em and 8em */
}

.ring-2 > *:nth-of-type(6) {
  transform: rotate(285deg) translate(9em) rotate(-285deg); /* Average of 10em and 8em */
}

.ring-2 > *:nth-of-type(7) {
  transform: rotate(332.5deg) translate(9em) rotate(-332.5deg); /* Average of 10em and 8em */
}

.ring-2 > *:nth-of-type(8) {
  transform: rotate(380deg) translate(9em) rotate(-380deg); /* Average of 10em and 8em */
}

.ring-3 {
  width: 9em; /* Reduced from 13em */
  height: 9em; /* Reduced from 13em */
  -webkit-animation: clockwiseRotate 20s linear infinite;
          animation: clockwiseRotate 20s linear infinite;
}
.ring-3 i {
  -webkit-animation: counterClockwiseRotate 20s linear infinite;
          animation: counterClockwiseRotate 20s linear infinite;
}

.ring-3 > *:nth-of-type(1) {
  transform: rotate(126.6666666667deg) translate(4.5em) rotate(-126.6666666667deg); /* Adjusted from 6.5em */
}

.ring-3 > *:nth-of-type(2) {
  transform: rotate(253.3333333333deg) translate(5em) rotate(-253.3333333333deg); /* Adjusted from 7em */
}

.ring-3 > *:nth-of-type(3) {
  transform: rotate(380deg) translate(5em) rotate(-380deg); /* Adjusted from 7em */
}

ul[class^=ring] {
  border: solid 1px rgba(33, 150, 243, 0.8);
  position: relative;
  padding: 0;
  border-radius: 50%;
  list-style: none;
  box-sizing: content-box;
}

ul[class^=ring] li {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6em;
  height: 1.6em;
  margin: -0.8em;
}

/*
  center;
*/
.orbit-center {
  z-index: 5;
  font-size: 3em;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  text-align: center;
  background: hotpink;
  border-radius: 50%;
}
.orbit-center:hover .orbit-center__icon {
  transform: rotateZ(0deg);
}

.orbit-center__icon {
  transform: rotateZ(-360deg);
  transition: all 300ms ease-in-out;
}

.orbit-wrap > li.orbit-center:hover ~ li > ul {
  width: 0;
  height: 0;
}
.orbit-wrap > li.orbit-center:hover ~ li > ul * {
  transform: translate(0, 0);
}

/* 
animations 
*/
@-webkit-keyframes clockwiseRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes clockwiseRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes counterClockwiseRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes counterClockwiseRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* 
icons 
*/

.wordpress {
  background: blue;
  color: white;
}

.latex {
  background: #d8fed9;
  color: #CDDC39;
}

.html{
  background: white;
  color: darkslateblue;
}

.java {
  background: #ffffff;
  color: #ff8f00;
}

.python {
  background: #ffffff;
  color: #ef6c00;
}

.css {
  background: #03a9f4;
  color: white;
}

.cpp {
  background: snow;
  color: limegreen;
}

.git {
  background: #444;
  color: white;
}

.arduino {
  background: white;
  color: #222;
}

